- 22 May, 2020 40 commits
-
-
allison.browne authored
Since this is a major change that could prevent status page from publishing, put it behind a feature flag. Remove helpers in favor of more descriptive class names. Return an error response
-
allison.browne authored
Handle upload errors by rescuing them but sending them to sentry. Extract more functions.
-
allison.browne authored
The attachment service does not need everything from the base service so this removes the inheritance Make total_uploads and instance variable add comment to publish service
-
allison.browne authored
Break apart services and functions into smaller peices for attachment uploads
-
allison.browne authored
Break apart services and functions into smaller peices for attachment uploads
-
allison.browne authored
Add 5000 file attachment limit to the publish details code and fix broken specs. Add limit to the docs. Fix publish service spec. Mock calls to other services in the publish spec.
-
allison.browne authored
Add upload finder specs, multipart upload specs and specs for the publish details service
-
allison.browne authored
-
allison.browne authored
Add support for sending images to s3 on the publication of issue details
-
Igor Drozdov authored
Extend "Remember me" token after each login Closes #20340 See merge request gitlab-org/gitlab!32730
-
Robert Speicher authored
Merge branch '215195-update-api-responses-to-include-section-of-approvalmergerequestrule' into 'master' Update API responses to include "section" of ApprovalMergeRequestRule Closes #215195 See merge request gitlab-org/gitlab!32800
-
Kerri Miller authored
-
Illya Klymov authored
Geo Form Validations Closes #213732 See merge request gitlab-org/gitlab!32263
-
Illya Klymov authored
Migrate toggle_buttons spec to Jest See merge request gitlab-org/gitlab!32869
-
Paul Slaughter authored
Refactor state initialization for monitoring dashboard See merge request gitlab-org/gitlab!32529
-
Stan Hu authored
[GQL] Add author and merged-at fields to MergeRequest type See merge request gitlab-org/gitlab!30935
-
Stan Hu authored
This change will allow users to be logged in continuously as long as they access GitLab once every 2 weeks and they click the "Remember me" button upon login. Previously the session limit would be fixed to a hard deadline of 2 weeks after the login. In more detail, GitLab uses both a session and a persistent cookie: 1. Session Cookie: The `_gitlab_session` is a cookie with no expiration date. A cookie with no expiration date specified will expire when the browser is closed. These are often called session cookies because they are removed after the browser session ends, usually when the browser is closed. 2. Persistent Cookie: The `remember_me_token` is a cookie with a 2-week expiration date. This is used if you click `Remember Me` upon login. 3. By default, the server will set a time-to-live (TTL) of 1-week on any session that is used. Note that browsers don't always remove session cookies if they are closed. For example, Chrome has the `Continue where you left off` option that restores session cookies after they are closed. This means as long as your browser tab is open, you could remain signed in with GitLab as long as you accessed GitLab at least once every 2 weeks, whether or not 2FA is installed. The server will keep resetting the TTL for that session. If you close your browser and open it up again, the `Remember me` token will allow your user to reauthenticate itself. Without the `extend_remember_period` flag, the cookie expires after a fixed 2 weeks, and you are forced to login again. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/20340
-
Craig Norris authored
Revisions to container scanning doc See merge request gitlab-org/gitlab!32477
-
Nick Gaskill authored
-
Suzanne Selhorn authored
Change port examples to 5050 for registry docs See merge request gitlab-org/gitlab!32780
-
Suzanne Selhorn authored
Fix collapsed section markup in Usage Ping See merge request gitlab-org/gitlab!32820
-
Russell Dickenson authored
-
Mike Jang authored
Note removal of UltraAuth integration See merge request gitlab-org/gitlab!31472
-
Mike Jang authored
-
Lin Jen-Shin authored
Use $(...) notation instead of legacy backticked `...` in shell script See merge request gitlab-org/gitlab!32769
-
Nick Gaskill authored
Remove Java additional cert instructions for Dependency Scanning See merge request gitlab-org/gitlab!32367
-
Igor Frenkel authored
-
Nick Gaskill authored
License Compliance -Document Bower registry support See merge request gitlab-org/gitlab!32706
-
mo khan authored
-
Enrique Alcántara authored
Migrate specs in vue_shared, vuex_shared, vue_mr_widget to Jest Closes #194258 and #194260 See merge request gitlab-org/gitlab!32751
-
Lin Jen-Shin authored
Clean up not being used variable definition in bin/web See merge request gitlab-org/gitlab!32772
-
Enrique Alcántara authored
Move droplab hook_spec tests to jest See merge request gitlab-org/gitlab!32764
-
Sean McGivern authored
Quarantine flaky comment and close issue specs See merge request gitlab-org/gitlab!32862
-
Paul Slaughter authored
- Use waitForPromises instead of getSetTimeoutPromise
-
Denys Mishunov authored
Use SmartVirtualList to improve labels list render performance See merge request gitlab-org/gitlab!32419
-
Alessio Caiazza authored
Update version to 13.1.0-pre See merge request gitlab-org/gitlab!32863
-
John T Skarbek authored
-
Mark Fletcher authored
-
Alex Kalderimis authored
This adds the author and merged_at fields to the graphql API. The authorize field service is changed to support arrays of lazy values, which is a bug that had gone unnoticed.
-
Drew Blessing authored
#212848 Removed UltraAuth integration for OmniAuth Closes #212848 See merge request gitlab-org/gitlab!29330
-