An error occurred fetching the project authors.
- 14 Jan, 2022 1 commit
-
-
Tom Quirk authored
This commit moves the <form> element for integrations from HAML to Vue. No user-facing changes should be expected
-
- 28 Dec, 2021 1 commit
-
-
Justin Ho authored
Most of the references to "services" have already been renamed to "integrations" but the project services have not been updated yet. This change takes a small step towards updating them by renaming the route the user sees to "integrations". We also need to update all references to paths in HAML views. Changelog: changed
-
- 20 Dec, 2021 1 commit
-
-
Justin Ho authored
Move override tabs to Vue Changlog: changed
-
- 06 Dec, 2021 1 commit
-
-
Leni Kadali Mutungi authored
Changed instance variables to arguments as part of solving this issue https://gitlab.com/gitlab-org/gitlab/-/issues/289975
-
- 18 Oct, 2021 1 commit
- 13 Oct, 2021 1 commit
-
-
Tom Quirk authored
-
- 19 Aug, 2021 1 commit
-
-
Tom Quirk authored
Changelog: security EE: true
-
- 17 Aug, 2021 2 commits
-
-
Luke Duncalfe authored
Removes the `instance_level_integration_overrides` feature flag to enable the instance-level overrides feature. https://gitlab.com/gitlab-org/gitlab/-/issues/218252 https://gitlab.com/gitlab-org/gitlab/-/issues/336750 Changelog: added
-
Tom Quirk authored
Instance and group-level integrations pages share the same haml templates, and there was a bu where the instance-level overrides navigation tab was displayed at the group-level. This commit fixes that and adds a test.
-
- 16 Aug, 2021 1 commit
-
-
Justin Ho Tuan Duong authored
-
- 26 Jul, 2021 1 commit
-
-
Justin Ho authored
HAML view is added to the shared/integrations folder to allow us to re-use this later for group-level integration overrides.
-
- 08 Jul, 2021 1 commit
-
-
- 06 Jul, 2021 1 commit
-
-
Luke Duncalfe authored
-
- 01 Jul, 2021 1 commit
-
-
Tom Quirk authored
Changelog: removed This commit permanently removes the Service Template nav link from the Admin settings.
-
- 24 Jun, 2021 1 commit
-
-
Alex Kalderimis authored
This renames the services helpers modules: - the main controller helper is renamed to `IntegrationsHelper` - the API helper is renamed likewise The test helper is removed and replaced by a matcher, since that was just confusing things. Method names in these helpers are renamed.
-
- 21 May, 2021 1 commit
-
-
Luke Duncalfe authored
-
- 11 May, 2021 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 05 May, 2021 2 commits
-
-
Tom Quirk authored
Responding to maintainer feedback. Remove service_templates_enabled help method and move it's logic into show_service_templates_nav_link method.
-
Tom Quirk authored
Put Service Templates nav item behind a featureflag, currently disabled by default. When enabled, the link won't be present in the UI.
-
- 23 Apr, 2021 1 commit
-
-
Luke Duncalfe authored
`Service#group_level?` and `#instance_level?` methods were added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59838. This change makes use of these methods in an attempt to form a single way of querying for the "level" of an integration. https://gitlab.com/gitlab-org/gitlab/-/issues/326079
-
- 14 Apr, 2021 5 commits
-
-
Tom Quirk authored
- rename integration.name=>integration.title - rename integration.type=>integration.name - update changelog title
-
Tom Quirk authored
Ensure active integrations are "operating" - active && persisted
-
Justin Ho authored
- Update QA selectors - Update translations - Use JS in feature specs to render Vue
-
Justin Ho authored
-
Justin Ho authored
Using GlTable
-
- 06 Apr, 2021 1 commit
-
-
Marcel Amirault authored
-
- 01 Apr, 2021 1 commit
-
-
Amy Qualls authored
Before cross-linking to this page, I needed to clean up the subheadings to bring them up to GitLab style standards. I rewrote most of the page to get it up to our standards, and deleted an image we really don't need.
-
- 29 Mar, 2021 1 commit
-
-
Markus Koller authored
Add a new setting to the Jira integration to attempt an "automatic" transition of Jira issues, by checking the available workflow transitions on the issue and using the first one with a status category of "Done". Automatic transitions are enabled by setting the new DB column `jira_issue_transition_automatic` to true, which takes precedence over the existing `jira_issue_transition_id` column. To make this behaviour opt-in, we also introduce an explicit checkbox to enable issue transitions. The state of this checkbox is handled entirely on the frontend, based on the values in `jira_issue_transition_id` and `jira_issue_transition_automatic`.
-
- 22 Feb, 2021 1 commit
-
-
Markus Koller authored
This reverts commit 28e8e5fc, but keeps some unrelated cleanups in the specs.
-
- 17 Feb, 2021 1 commit
-
-
Markus Koller authored
If no custom transition IDs are configured, check the available workflow transitions on the issue and use the first one with a status category of "Done".
-
- 12 Feb, 2021 2 commits
- 15 Jan, 2021 1 commit
-
-
Andy Soiron authored
-
- 09 Dec, 2020 1 commit
-
-
Justin Ho authored
Only show Reset button when integration is already saved and not for new integrations.
-
- 08 Dec, 2020 1 commit
-
-
Arturo Herrero authored
After being enabled https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44995, we can now remove the feature flag.
-
- 02 Dec, 2020 1 commit
-
-
Justin Ho Tuan Duong authored
With a simple controller action that returns 200 OK. Actual logic to be implemented separately.
-
- 16 Nov, 2020 1 commit
-
-
Justin Ho Tuan Duong authored
Update `isSavingOrTesting` to `isDisabled` to include `isUninstalling` as one of the conditions to disable action buttons
-
- 11 Nov, 2020 1 commit
-
-
Arturo Herrero authored
This reverts commit 30815dc8.
-