Edouard Oger
1f03a1d3e5
Merge pull request #2917 from mozilla/protobuf-fixes
...
Some protobuf fixes for moz-central integration
2020-04-08 13:26:06 -04:00
Edouard Oger
4e5f54d066
Update Android dependencies
2020-04-08 13:23:31 -04:00
Edouard Oger
3407ac1f54
Replace msg_types package names
2020-04-08 13:08:14 -04:00
Edouard Oger
9ec08bb396
Use swift_prefix for Swift
2020-04-08 13:08:14 -04:00
Edouard Oger
716d1343e6
optimize_for LITE_RUNTIME
2020-04-08 13:08:14 -04:00
Edouard Oger
f39ad2f44f
Merge pull request #2896 from jhugman/jhugman/2334-add-ttl-to-get-access-token
...
2334 - Add ttl to get_access_token.
2020-04-08 11:54:31 -04:00
James Hugman
1ecf3cb952
2334 - Add ttl to get_access_token.
...
Fixes #2334 .
Adds an optional `ttl` parameter to kotlin and swift interfaces, to limit the time that tokens are cached.
The FFI uses a `zero` as a default parameter, but this is not exposed to either side of the boundary.
This is not expected to be a breaking change for the iOS and Android.
2020-04-08 16:36:24 +01:00
Ryan Kelly
961607cf75
Merge pull request #2916 from mozilla/smoketests-in-release-checklist; r=eoger
...
Add "smoketest" instructions to the release docs.
2020-04-08 07:43:29 +10:00
Thom Chiovoloni
bab7122623
Merge pull request #2913 from mozilla/dependabot/cargo/libsqlite3-sys-0.17.2
...
Bump libsqlite3-sys from 0.17.1 to 0.17.2
2020-04-07 03:56:49 -07:00
Thom Chiovoloni
2120f131e8
Merge pull request #2910 from mozilla/beta-cron
...
Run tests against rust beta periodically
2020-04-07 03:55:19 -07:00
Ryan Kelly
9209441f89
Add "smoketest" instructions to the release docs.
...
Since we've worked on smoothing out the process of smoketesting
downsteam consumers against local changes in a-s, we should be
able to use this to replace the current rather vague instructions
in the release process docs.
2020-04-07 20:37:13 +10:00
dependabot-preview[bot]
1ae16b67d9
Bump libsqlite3-sys from 0.17.1 to 0.17.2
...
Bumps [libsqlite3-sys](https://github.com/jgallagher/rusqlite ) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/jgallagher/rusqlite/releases )
- [Changelog](https://github.com/jgallagher/rusqlite/blob/master/Changelog.md )
- [Commits](https://github.com/jgallagher/rusqlite/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 08:38:30 +00:00
Thom Chiovoloni
1e98ca99fb
Run tests against rust beta periodically
2020-04-06 11:43:53 -07:00
Edouard Oger
256f3152d1
Merge pull request #2909 from mozilla/jonalmeida-patch-1
...
Fix verify-android-environment build suggestion
2020-04-06 13:08:05 -04:00
Jonathan Almeida
375957d24d
Fix verify-android-environment build suggestion
...
`assembleDebug` is a not a task in the root project.
2020-04-06 12:57:36 -04:00
Edouard Oger
0ff8d6b464
Merge pull request #2895 from mozilla/raise-no-license-url-exception
...
Raise exception when license URL is None
2020-04-01 12:54:47 -04:00
Thom Chiovoloni
120e51dd5f
Merge pull request #2894 from mozilla/ffi-support-crates-io
...
Use ffi-support from crates.io
2020-04-01 09:54:23 -07:00
Edouard Oger
6eadfb0e36
Raise exception when license URL is None
2020-04-01 12:50:17 -04:00
Thom Chiovoloni
37c001daa5
Use ffi-support from crates.io
2020-04-01 09:39:20 -07:00
Edouard Oger
e9f2989353
Merge pull request #2893 from mozilla/fxa-client-localdev-config
...
Add fxa-client config for working with a local dev environment.
2020-04-01 09:33:07 -04:00
Ryan Kelly
264c8a91f2
Add fxa-client config for working with a local dev environment.
...
This makes it slightly more convenient to use a locally-compiled
consumer of our components against a local FxA dev stack.
2020-04-01 17:25:32 +11:00
Edouard Oger
4bde94d522
Merge pull request #2833 from mozilla/smoke-tests-on-pr
...
Run firefox-ios smoketests on PR
2020-03-31 19:14:12 -04:00
Edouard Oger
b16a8ad76c
Run firefox-ios smoketests on PR
...
[ci smoketest firefox-ios]
2020-03-31 19:13:19 -04:00
Edouard Oger
76d31626b7
Merge pull request #2888 from mozilla/dependabot/cargo/serde_json-1.0.50
...
Bump serde_json from 1.0.48 to 1.0.50
2020-03-31 15:41:44 -04:00
Edouard Oger
2eb44d2c1c
Merge pull request #2889 from mozilla/cut-v0.57.0
...
Cut release v0.57.0
2020-03-31 13:01:18 -04:00
Edouard Oger
cf69e878f3
Cut release v0.57.0
2020-03-31 12:38:19 -04:00
dependabot-preview[bot]
c0dbf1eec9
Bump serde_json from 1.0.48 to 1.0.50
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.48 to 1.0.50.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.48...v1.0.50 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 08:44:38 +00:00
Ryan Kelly
47c3e5a019
Merge pull request #2883 from mozilla/no-more-cods; r=rfk
...
Fix typo in LoginsStoreCounterMetrics
2020-03-30 09:28:48 +11:00
Edouard Oger
d86407fbd8
Merge pull request #2884 from mozilla/optimize-ios-ci
...
Optimize iOS CI runs
2020-03-27 21:05:32 -04:00
Edouard Oger
66a1ce948e
Optimize iOS CI runs
2020-03-27 20:35:53 -04:00
Thom Chiovoloni
37f86f79ee
Merge pull request #2542 from mozilla/potential-dupes-ignoring-username
...
Add potentialDupesIgnoringUsername. Fixes #2537
2020-03-27 15:01:32 -07:00
Thom Chiovoloni
85d5e3e294
Appease (...disable) swiftlint
2020-03-27 14:27:47 -07:00
Thom Chiovoloni
7b0c2966c3
Add changelog entry about potentialDupesIgnoringUsername
2020-03-27 14:27:47 -07:00
Thom Chiovoloni
99c3feca2f
Add unit test courtesy of @ekager
2020-03-27 14:27:47 -07:00
Thom Chiovoloni
e940c9a31a
Add potentialDupesIgnoringUsername. Fixes #2537
2020-03-27 14:27:46 -07:00
Edouard Oger
1ab58bb867
Merge pull request #2880 from mozilla/extract-reqwest-dependency
...
Extract viaduct reqwest backend into its own crate
2020-03-27 16:55:30 -04:00
Edouard Oger
b3dc635930
Extract viaduct reqwest backend into its own crate
2020-03-27 16:30:30 -04:00
Edouard Oger
db36c1cde5
Scale down machines for trivial CI tasks
2020-03-27 16:11:28 -04:00
Thom Chiovoloni
15a081868a
Fix typo in LoginsStoreCounterMetrics
2020-03-27 10:51:59 -07:00
Edouard Oger
abd6cb02b6
Merge pull request #2874 from mhammond/remove-in-memory
...
Remove the unused `is_in_memory` from places.
2020-03-26 14:24:51 -04:00
Edouard Oger
3e4fbf2bf6
Merge pull request #2875 from mozilla/cut-v0.56.0
...
Cut release v0.56.0
2020-03-26 13:42:51 -04:00
Edouard Oger
0b330d422a
Cut release v0.56.0
2020-03-26 13:40:36 -04:00
Mark Hammond
0cc0874888
Remove the unused `is_in_memory` from places.
2020-03-26 18:47:17 +11:00
Edouard Oger
28a5897275
Merge pull request #2849 from mozilla/xcode-11.4.0
...
Upgrade XCode image to 11.4.0 [ci skip]
2020-03-25 16:12:18 -04:00
Edouard Oger
45c8c6f544
Upgrade XCode image to 11.4.0
2020-03-25 13:37:06 -04:00
Edouard Oger
5f750f8607
Merge pull request #2848 from mozilla/remove-unused-dependencies
...
Remove some unused dependencies
2020-03-25 11:59:52 -04:00
Edouard Oger
fed72517e8
Remove some unused dependencies
2020-03-25 11:42:54 -04:00
Ryan Kelly
326b7ea8f0
Merge pull request #2836 from mozilla/mirror-whiteboard-saci; r=rfk
...
#2010 mirror bugs with SACI whiteboard field to gh [skip ci]
2020-03-25 06:20:45 +11:00
Janet Dragojevic
6389ce0d99
Merge branch 'mirror-whiteboard-saci' of github.com:mozilla/application-services into mirror-whiteboard-saci
2020-03-24 13:44:19 -04:00
Janet Dragojevic
7c38f3aec0
#2010 mirror bugs with SACI whiteboard field to gh
2020-03-24 13:44:01 -04:00